home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$000003C9,$000000A2,$00000090,$00000312,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000C1,$000000B5,$0000034E,$000002C0,$0000000F,$0000002C,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- omaprepmac3,
- o14,
- o25,
- o36,
- o47,
- ommsomm8
- ];
- Events is [
- cOnscreenEvent
- with
- Commands is [
- cRunCommand
- with Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Flags is $00000004; Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Flags is $00000150;
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/4.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object omaprepmac3 is cImage
- with
- Flags is $00000150;
- Name is "maprepmac";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/maprep.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object o14 is cBox
- with
- release Editor:
- IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "1";
- Region is {$FFFF000A,$00000000,$017A026A};
- Cursor is oFingerCursor;
- X is 42; Y is 46;
- Width is 619; Height is 378;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "rep1.k"; end
- ];
- end
- ];
- end;
-
- object o25 is cBox
- with
- Flags is $00000150;
- Name is "2";
- Region is {$FFFF000A,$00010002,$009800E5};
- Cursor is oFingerCursor;
- X is -6; Y is 427;
- Width is 229; Height is 153;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "rep2.k"; end
- ];
- end
- ];
- end;
-
- object o36 is cBox
- with
- Flags is $00000150;
- Name is "3";
- Region is {$FFFF000A,$00010000,$009700C5};
- Cursor is oFingerCursor;
- X is 227; Y is 429;
- Width is 199; Height is 151;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "rep3.k"; end
- ];
- end
- ];
- end;
-
- object o47 is cBox
- with
- Flags is $00008151;
- Name is "4";
- Region is {$FFFF000A,$00010001,$009700E7};
- Cursor is oFingerCursor;
- X is 430; Y is 426;
- Width is 232; Height is 152;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00004004; Flag is true;
- Commands is [
- cBrowseCommand
- with Flags is $00004004; URL is "rep4.k"; end
- ];
- end
- ];
- end;
-
- object ommsomm8 is cImage
- with
- Flags is $00000010;
- Name is "mmsomm";
- Region is {$FFFF000A,$00010001,$0011009B};
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cBrowseCommand
- with URL is "sommaire.k"; end
- ];
- end
- ];
- end;